object RunProfilesDialog: TRunProfilesDialog Left = 420 Top = 285 BorderStyle = bsDialog Caption = 'Edit Profiles' ClientHeight = 231 ClientWidth = 289 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 37 Height = 13 Caption = '&Profiles:' FocusControl = lstProfiles end object lstProfiles: TListBox Left = 8 Top = 24 Width = 201 Height = 151 ItemHeight = 13 TabOrder = 0 OnClick = lstProfilesClick OnDblClick = btnEditClick end object btnAdd: TCorelButton Left = 224 Top = 24 Width = 59 Height = 23 Hint = 'Add|Add Profile' Caption = '&Add...' TabOrder = 1 OnClick = btnAddClick end object btnEdit: TCorelButton Left = 224 Top = 72 Width = 59 Height = 23 Hint = 'Edit|Edit Profile' Caption = '&Edit...' Enabled = False TabOrder = 3 OnClick = btnEditClick end object btnUp: TCorelButton Left = 224 Top = 128 Width = 59 Height = 23 Hint = 'Up|Move Profile up' Caption = '&Up' Enabled = False TabOrder = 5 OnClick = btnUpClick end object btnDown: TCorelButton Left = 224 Top = 152 Width = 59 Height = 23 Hint = 'Down|Move Profile down' Caption = '&Down' Enabled = False TabOrder = 6 OnClick = btnDownClick end object btnRemove: TCorelButton Left = 224 Top = 96 Width = 59 Height = 23 Hint = 'Remove|Remove Profile' Caption = '&Remove' Enabled = False TabOrder = 4 OnClick = btnRemoveClick end object btnCancel: TCorelButton Left = 208 Top = 200 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object btnOK: TCorelButton Left = 128 Top = 200 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 8 OnClick = btnOKClick end object StaticText1: TStaticText Left = 8 Top = 189 Width = 273 Height = 2 AutoSize = False BorderStyle = sbsSunken TabOrder = 9 end object btnCopy: TCorelButton Left = 224 Top = 48 Width = 59 Height = 23 Hint = 'Copy|Copy Profile' Caption = '&Copy...' TabOrder = 2 OnClick = btnCopyClick end end